body{
  font-family: 微软雅黑;
}


/** main-slider **/

.main-slider{
  position:relative;
}

.main-slider .slide{
  position:relative;
  height: 755px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.main-slider .slide:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.0);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}


.main-slider .btn-box{
  opacity:0;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}



/* slide nav */


.main-slider .owl-dots{
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 52px;
  display: none;
}

.main-slider .owl-dots .owl-dot span{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.50);
  cursor: pointer;
  margin: 0px 3px;
  transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span{
  background: #ffffff;
  border: none;
}

.main-slider .owl-nav{
  position:absolute;
  left:0px;
  top:50%;
  z-index:1;
  width:100%;
  margin-top:-20px;
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  position: absolute;
  color: rgba(255, 255, 255, 0.10);
}

.main-slider .nav-style-one .owl-nav .owl-prev{
  left: 70px;
}

.main-slider .owl-nav .owl-prev{
  position:absolute;
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  font-size: 20px !important;
  background: #ff7f00 !important;
  width: 75px;
  height: 75px;
  line-height:75px !important;
  font-weight: 700 !important;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next{
  position:absolute;
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  font-size: 20px !important;
  background: #ff7f00 !important;
  width: 75px;
  height: 75px;
  line-height:75px !important;
  font-weight: 700 !important;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .nav-style-one .owl-nav .owl-next{
  right: 70px;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
  background-color:#fff !important;
  color: #bbbbbb !important;
}



@media only screen and (max-width: 599px){
	
  .main-slider .owl-nav{
   display: none;
  }
 
  .main-slider .slide{
   height: 236px;
  }
 }


/** classes-section **/
.sec-pad{
  padding: 144px 0px 150px 0px;
}

.classes-section{
  position: relative;
  display: block;
}

.classes-section .inner-block{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.classes-section .inner-block .image-box{
  position: relative;
  display: block;
  background: #253b71;
  overflow: hidden;
}

.classes-section .inner-block .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.classes-section .inner-block:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.02);
}

.classes-section .inner-block .lower-content{
  position: relative;
  display: block;
  padding: 34px 40px 37px 40px;
}

.classes-section .inner-block .lower-content h3{
  margin-bottom: 9px;
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: bold;
  color: #F4B301;
}


.classes-section .inner-block .lower-content .text{

  margin-bottom: 26px;
  font-family: 微软雅黑;
  font-size: 16px;
  color: #444444;
}


.sec-title{
  font-family: 微软雅黑;
  color: #7CB924;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}


/** fact-counter **/

.fact-counter{
  position: relative;
  display: block;
  background: #F4B301;
  padding: 150px 0;
}

.fact-counter .counter-block{
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
}

.fact-counter .counter-block .icon-box{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}

.fact-counter .counter-block .count-outer span{
  position: relative;
  font-size: 30px;
  line-height: 60px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
}
.count-outer{
  font-size: 30px;
  line-height: 60px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
}
.fact-counter .counter-block .text{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px){
.fact-counter .counter-block {
    margin: 15px auto;
    max-width: 210px;
    width: 100%;
}
}


@media (min-width: 1200px) {
  .custom_container {
    max-width: 1200px;
  }
}



/********* banner part css here ********/
.banner_part {
  overflow: hidden;
}
.banner_part .single_banner_part {
  position: relative;
  z-index: 3;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part {
    height: 500px;
  }
}


.banner_part .single_banner_part .banner_iner {
  text-align: center;
  position: relative;
  z-index: 9;
}


.banner_style_3 .single_banner_part {
  background-image: url("../images/index/guanyudadi_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part {
    height: auto;
  }
}
.banner_style_3 .single_banner_part .banner_iner {
  position: relative;
  z-index: 9;
  text-align: left;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_iner {
    margin: 20px 0 50px;
  }
}


.banner_style_3 .single_banner_part .banner_video {
  box-shadow: 0px 15px 47.5px 2.5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_video {
    margin: 150px 0 40px;
  }
}
.banner_style_3 .single_banner_part .banner_video .video_popup {
  background-color: #000000;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_style_3 .single_banner_part .banner_video .video_popup .polygon_shape {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #7CB924;
  display: block;
  text-align: center;
  margin-left: 6px;
}
.banner_style_3 .single_banner_part .banner_video img {
  border-radius: 5px;
}

/********* banner part css end ********/

.index_text{
  font-size: 16px;
  color: #fff;
}
.guanyudadi_list {
  margin-top: 20px;
}
.guanyudadi_list li{
  text-align: center;
  margin-bottom: 20px;
}
.guanyudadi_list a{
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 100px;
  width: 200px;
}


 /* ==========About Section Starts Here========== */
 .about-section {
  background: #fff8eb;
}



.padding-top {
  padding-top: 80px;
}

.padding-bottom {
  padding-bottom: 80px;
}


@media (min-width: 992px) {
  .padding-top {
    padding-top: 120px;
  }

  .padding-bottom {
    padding-bottom: 120px;
  }

}


.top-shape-center {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.top-shape-center img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .top-shape-center {
    display: none;
  }
}

.bottom-shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.bottom-shape-left img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .bottom-shape-left {
    display: none;
  }
}

.feature-item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 30px 50px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 30px;
  height: 380px;
}
.feature-item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .feature-item {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.feature-item .feature-thumb {
  max-width: 110px;
  margin: 0 auto 24px;
}
.feature-item .feature-thumb img {
  width: 100%;
}
.title {
  margin-bottom: 15px;
  color: #444444;
  font-size: 20px;
  font-weight: bold;
}
.feature-item .feature-content p {
  font-size: 16px;
  color: #444444;
}
@media (max-width: 767px) {
  .feature-item {
    padding-top: 30px;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
}

.ml--8 {
  margin-left: -8px;
}


.section_padding {
  padding: 120px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 767.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (min-width: 1200px) {
  .custom_container {
    max-width: 1200px;
  }
}
.video_section{
  position: relative;
}
.video_section .img-fluid{
  width: 100%;
}
.video_popup {
  background-color: #fff;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_popup .polygon_shape {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #7CB924;
    display: block;
    text-align: center;
    margin-left: 6px;
}
.s4_about_section {
  z-index: 1;
  position: relative;
}
.s4_about_section .about_section_content h5 {
  font-size: 18px;
  color: #fe4b7b;
  font-weight: 700;
  margin-bottom: 7px;
}
.s4_about_section .img_section {
  min-height: auto;
}
@media (max-width: 767.98px) {
  .s4_about_section .img_section {
    margin-top: 30px;
  }
}
.s4_about_section .about_img_7 {
  position: absolute;
  right: -30px;
  top: 40px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_img_7 {
    right: 0;
    top: 20px;
  }
}
.s4_about_section .about_img_5 {
  position: absolute;
  left: 9px;
  bottom: 2px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_img_5 {
    left: 0;
  }
}
.s4_about_section .about_img_6 {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_img_6 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_img_6 {
    margin-left: 15px;
  }
}
.s4_about_section [class^=about_page_animation_], .s4_about_section [class*=about_page_animation_] {
  position: absolute;
  z-index: -1;
}
.s4_about_section .about_page_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_page_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_page_animation_1 img {
    max-width: 60px;
  }
}
.s4_about_section .about_page_animation_2 {
  left: 7%;
  bottom: 20%;
}
.s4_about_section .about_page_animation_2 img {
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_page_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_page_animation_2 img {
    max-width: 60px;
  }
}
.s4_about_section .about_page_animation_3 {
  right: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_page_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_page_animation_3 img {
    max-width: 60px;
  }
}
.s4_about_section .about_page_animation_4 {
  right: 8%;
  bottom: 8%;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_page_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_page_animation_4 img {
    max-width: 60px;
  }
}
.s-title{
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.get_start_content{
  font-size: 16px;
  color: #444444;
}
.get_start_content .s-title{
  text-align: left;
}
.cu_btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #7CB924;
  color: #7CB924 !important;
  padding: 21px 55px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cu_btn:hover{
  background-color: #7CB924;
  color: #ffffff !important;
}
.tese_btn {
  display: block;
  background-color:transparent;
  border: 1px solid #fff;
  color: #fff ;
  width: 176px;
  padding: 21px 55px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.tese_btn:hover{
  background-color: #ffffff;
  color: #7CB924;
}
.get_start_content a{
  color: #F4B301;
}
.get_start_content a:hover{
  color: #FFDC73;
}
@media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

.sec-pad{
  padding: 144px 0px 150px 0px;
}


/** service-section **/

.service-section{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}


.service-section .carousel-content{
  position: relative;
  display: block;
  margin-top: 6px;
}

.service-block-one{
  position: relative;
  display: block;
  background: #fff;
  padding: 83px 30px 68px 30px;
  text-align: center;
  border-radius: 20px;
  transition: all 500ms ease;
  height: 520px;
}

.service-block-one .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #ff7162;
  margin-bottom: 25px;
}




.service-section .inner-content .sec-title h1,
.service-section .inner-content .text{
  color: #fff;
}

.service-section .inner-content{
  position: relative;
  display: block;
  margin-right: 20px;
}

.service-section .inner-content .sec-title{
  margin-bottom: 34px;
}

.service-section .owl-dots{
  display: none;
}
.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #F5C921 !important;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover{
  color: #F5C921 !important;
  background: #fff !important;

}

.service-section .owl-nav{
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1200px){


  .service-section .inner-content{
    margin: 0px;
  }

  .service-section .owl-nav{
    left: -324px;
  }


}



@media only screen and (max-width: 991px){


  .service-section .inner-content{
    margin-bottom: 40px;
  }

  .service-section .carousel-content{
    margin: 0px;
  }





}


@media only screen and (max-width: 767px){
	

  .sec-pad{
    padding: 64px 0px 70px 0px;
  }

}


.single_fetures_part {
  border-radius: 30px;
  background-color: #0DA2FF;
  position: relative;
  z-index: 1;
  box-shadow: 0px 5px 20px 0px rgba(242, 238, 249, 0.1);
  padding: 35px 35px 70px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .single_fetures_part:hover {
    margin-bottom: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 767.98px) {
  .single_fetures_part {
    padding: 35px 20px 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single_fetures_part {
    padding: 35px 20px 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_fetures_part {
    padding: 35px 20px 40px;
  }
}
.single_fetures_part .single_fetures_icon {
  margin-bottom: 20px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_fetures_part h4 {
  font-size: 24px;
  margin-top: 39px;
  font-weight: 700;
}
.single_fetures_part h4 a {
  color: #fff;
}
@media (max-width: 991px) {
  .single_fetures_part h4 {
    margin-top: 30px;
  }
}
.single_fetures_part p {
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
}
.single_fetures_part.lightblue_bg {
  background-color: #695FFE;
}
.single_fetures_part.pink_bg {
  background-color: #F42478;
}

.fetures_part {
  background-color: #FCF9F4;
  position: relative;
  z-index: 1;
}
/* ==============
    CTR CSS 
==================================== */
.ctr-area {
  position: relative;
  background-size: 100%;
  background-position: center center;
  height: 25vw;
}
.ctr-area .container{
  position: relative;
}
.ctr-text-content {
  text-align: center;
  position: absolute;
  right: 5vw;
  top: 10vw;
  color: #fff;
}
.ctr-text-content h1{
  font-size: 40px;
  font-weight: bold;
}
.ctr-text-content p{
  font-size: 24px;
}
@media only screen and (max-width: 767px){
	.ctr-area {
    position: relative;
    background-size: auto;
    height: 50vw;
  }

  .ctr-text-content {
    position: relative;
    top: 6vw;
    right: 0;
  }

}

/* ==============
  End CTR CSS 
==================================== */



.testimonial_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial_part [class^=testimonial_animation_], .testimonial_part [class*=testimonial_animation_] {
  position: absolute;
  z-index: -1;
}
.testimonial_part .testimonial_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .testimonial_part .testimonial_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_part .testimonial_animation_1 img {
    max-width: 60px;
  }
}
.testimonial_part .testimonial_animation_2 {
  left: 7%;
  bottom: 20%;
}
.testimonial_part .testimonial_animation_2 img {
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .testimonial_part .testimonial_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_part .testimonial_animation_2 img {
    max-width: 60px;
  }
}
.testimonial_part .testimonial_animation_3 {
  right: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .testimonial_part .testimonial_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_part .testimonial_animation_3 img {
    max-width: 60px;
  }
}
.testimonial_part .testimonial_animation_4 {
  right: 8%;
  bottom: 8%;
}
@media (max-width: 767.98px) {
  .testimonial_part .testimonial_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_part .testimonial_animation_4 img {
    max-width: 60px;
  }
}

.testimonial_slider img {
  width: auto !important;
}
.testimonial_slider .client_speech {
  padding: 40px 30px 72px;
  background-color: #fb486f;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .testimonial_slider .client_speech {
    padding: 20px 15px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_slider .client_speech {
    padding: 20px 15px 15px;
  }
}
.testimonial_slider .client_speech img {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .testimonial_slider .client_speech img {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_slider .client_speech img {
    margin-bottom: 10px;
  }
}
.testimonial_slider .client_speech .client_speech_shape {
  position: absolute;
  left: 50px;
  bottom: -40px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .testimonial_slider .client_speech .client_speech_shape {
    left: 10px;
    bottom: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_slider .client_speech .client_speech_shape {
    left: 10px;
    bottom: -30px;
  }
}
.testimonial_slider .client_speech.bg_2 {
  background-color: #5798fe;
}
.testimonial_slider .client_info {
  position: relative;
  padding-left: 80px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial_slider .client_info img {
  border-radius: 50%;
  max-width: 65px;
  max-height: 65px;
}
.jiazhang_title{
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.jiahzang_text{
  font-size: 16px;
  color: #ffffff;
}


/*- CATEGORIES ITEMS -*/
.category-item.effect-1 {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  height: 100%; }

.category-item.effect-1 img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  margin-bottom: 0; }

.category-item.effect-1 .caption {
  text-align: left; }

.category-item.effect-1 .caption > div {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

.category-item.effect-1 p.title,
.category-item.effect-1 p.description {
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0); }

.category-item.effect-1 p.title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 1px; }


.category-item.effect-1 p.description {
  color: #fff;
  opacity: 0;
  font-size: 16px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  padding: 0 10px; }


.category-item.effect-1:hover p.description {
  opacity: 0.8; }

.category-item.effect-1:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.category-item.effect-1:hover p.title,
.category-item.effect-1:hover p.description {
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0); }

.category-item.effect-1:hover p.description {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }
.gengduo_button{
  display:inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  margin-top: 15px;
}
.gengduo_button:hover{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #F4B301;
}

.event-section {
  background-image: url(../images/index/rongyu_bg.jpg);
  position: relative;
  display: block;
  width: 100%;
  padding: 144px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/* TOUR ITEM */
.tour-item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px; }

.tour-item:hover .caption {
  border: 1px solid rgba(0, 0, 0, 0.4); }

.tour-item .caption {
  border: 1px solid rgba(0, 0, 0, 0.3); }

.tour-item img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  height: 240px;
  width: 100%;
  margin-bottom: 0 !important; }

.tour-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }



.tour-item .img-wrap {
  position: relative;
  line-height: 0;
  text-align: center; }



.tour-item .caption {
  padding: 25px 15px;
  display: inline-block;
  width: 100%; }

.tour-item p.title {
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.hezuohuoban{
  text-align: center;
}